EMT Practice Test

1. Question Content...


Question List

Question1: What is the difference between Gross Layout Overrides and Subscriber Templates?

Question2: A user wants to have a customized experience for adding items to the cart. The user also wants the mini cart module to reflect changes to the state of the cart afterwords. How should this requirement be fulfilled?

Question3: Which event should be triggered when user facing info, warning or error messages need to be displayed on a Visualforce page?

Question4: What is default behavior for how the Salesforce B2B Commerce Global APIs transform Salesforce data?

Question5: A Developer created a custom field that a project wants to expose on a given page.
How does the Developer ensure that the field is available to display on a given page?

Question6: Which three statements are true about Global API versioning? (3 answers)

Question7: How are variables bound when services use the ccSercviceDao class to execute queries?

Question8: Which three statements are true regarding event handling in the Salesforce B2B Commerce managed package?
(3 answers)

Question9: Which two statement are true for Mass Order (2 answers)

Question10: Which two different types of services do Salesforce B2B

Question11: Which two Salesforce B2B Commerce visualforce pages must be enabled at a Salesforce Community level to make the out of the box SEO functionality available? (2 answers)

Question12: Salesforce B2B leverages global API's for encapsulating business logic into blocks that can be extended and modified by subscribers. Which three statements are true regarding extending ccServiceProduct and exposing custom fields on the Product Detail Page? (3 answers)

Question13: Where are handlebar Templates defined in the Cloudcraze managed package?

Question14: The ccUtil apex class in Salesforce B2B Commerce provides numerous utility functions that can be leveraged in subscriber classes. Which command will return the value in the given Map if found or a default value in the event that the Map is null, empty, or an object is not found for that key?

Question15: Which handlebars helper function is used on Salesforce B2B Commerce pages and components for formatting price values?

Question16: For which two reasons is it preferable to extend the Salesforce B2B Commerce remote invocation object instead of using the standard Salesforce remote action invocation manager (2 answers)

Question17: A querycontaining a subquery is executed. What is appended to the subquery name as part of its transformation by default in Salesforce B2B Commerce?

Question18: Which event is invoked by any CCRZ Salesforce B2B CommeceView after the view is rendered?

Question19: What are three advantages of using ccLog over the Salesforce
standard System.debug class? (3 answers)

Question20: Which cookie stores the effective account ID when effective account is enabled?

Question21: Where is the API-based record creation generally handled in Salesforce B2B Commerce?

Question22: Which method signature is used in the Global API's?

Question23: Which two statements are true regarding the cc_CallContext class in Salesforce B2B Commerce? (2 answers)

Question24: The sizing keys used in the Salesforce B2B Commerce Global APIs five distinct operations. What are three of these operations? (3 answers)

Question25: Which Salesforce B2B Commerce object needs to have a record added when defining a new Subscriber Pages to be rendered in a CC Page?

Question26: A new payment type for the Checkout flow has been implemented. Which three descriptors follow best practice for possible configuration metadata are needed to enable a flow? (3 answers)

Question27: In which three ways should useful debugging information in Salesforce B2B Commerce implementation be garnered? (3 answers) A) Enabling the logging token via

Question28: Witch static method invocation is used to initialize ccrz.cc_CallContext with information from ccrz.cc_RemoteActionContext and return an instance of ccrz.cc_RemoteActionResult in an apex
@RemoteAction methos?